Fix trailing comma.
authorrobertl <robertl>
Tue, 16 May 2006 21:35:52 +0000 (21:35 +0000)
committerrobertl <robertl>
Tue, 16 May 2006 21:35:52 +0000 (21:35 +0000)
defs.h

diff --git a/defs.h b/defs.h
index 4eec8ca4cd878fe82bd1870ceb9299e8414d3529..4ebcb4fb1a4fe4bf6f5c08835b015d968e8d99b4 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -538,7 +538,7 @@ typedef struct arglist {
 typedef enum {
        ff_type_file = 1,       /* normal format: useful to a GUI. */
        ff_type_internal,       /* fmt not useful with default options */
-       ff_type_serial,         /* format describes a serial protoco (GUI can display port names) */
+       ff_type_serial          /* format describes a serial protocol (GUI can display port names) */
 } ff_type;
 
 typedef enum {